Package com.cisco.pt.ipc.sim.impl
Class CacheFlowDatabaseImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.CacheFlowDatabaseImpl
- All Implemented Interfaces:
IPCObject,CacheFlowDatabase
Information provided by the PKI file:
\class CacheFlowDatabase
\brief CacheFlowDatabase handles and manipulates the NetFlow cache database.
\example network().getDevice("Router0").getNetflowMonitorManager().getMonitorAt(0).getCacheDatabase()
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionCacheFlowDatabaseImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionintInformation provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:intInformation provided by the PKI file:voidInformation provided by the PKI file:voidreset()Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
CacheFlowDatabaseImpl
public CacheFlowDatabaseImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
reset
public void reset()Information provided by the PKI file:
\brief Resets the cache flow database.- Specified by:
resetin interfaceCacheFlowDatabase
-
incrementFlow
public void incrementFlow()Information provided by the PKI file:
\brief Increments the number of flows.- Specified by:
incrementFlowin interfaceCacheFlowDatabase
-
getTotalFlowCount
public int getTotalFlowCount()Information provided by the PKI file:
\brief Returns the total number of flows. \return int, the total number of flows.- Specified by:
getTotalFlowCountin interfaceCacheFlowDatabase- Returns:
- int Returns a int
-
getAgerPolls
public int getAgerPolls()Information provided by the PKI file:
\brief Returns the number of ager polls. \return int, the number of ager polls.- Specified by:
getAgerPollsin interfaceCacheFlowDatabase- Returns:
- int Returns a int
-
getDistributionTable
Information provided by the PKI file:
\brief Returns the distribution table output. \return string, the distribution table output.- Specified by:
getDistributionTablein interfaceCacheFlowDatabase- Returns:
- String Returns a String
-
getFlowSummaryTable
Information provided by the PKI file:
\brief Returns the flow summary table output. \return string, the flow summary table output.- Specified by:
getFlowSummaryTablein interfaceCacheFlowDatabase- Returns:
- String Returns a String
-